翻訳と辞書
Words near each other
・ Encyclopedia of Language and Linguistics
・ Encyclopedia of Laser Physics and Technology
・ Encyclopedia of Library and Information Sciences
・ Encyclopedia of Life
・ Encyclopedia of Life Sciences
・ Encyclopedia of Life Support Systems
・ Encyclopedia of Mathematics
・ Encyclopedia of Mathematics (James Tanton)
・ Encyclopedia of Modern Ukraine
・ Encyclopedia of Mormonism
・ Encyclopedia of Motherhood
・ Encryphodes aenictopa
・ Encryphodes ethiopella
・ Encrypt (film)
・ Encrypted filesystem
Encrypted function
・ Encrypted key exchange
・ Encrypted Media Extensions
・ Encrypted Title Key
・ Encrypting File System
・ Encrypting PIN Pad
・ Encryption
・ Encryption (album)
・ Encryption ban proposal in the United Kingdom
・ Encryption by date
・ Encryption layer in storage stack
・ Encryption software
・ Encryptr
・ Encs
・ Encsencs


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Encrypted function : ウィキペディア英語版
Encrypted function

An encrypted function is an attempt to provide mobile code privacy without providing any tamper-resistant hardware. It is a method where in mobile code can carry out cryptographic primitives even though the code
*is executed in untrusted environments.
*should run autonomously.
Polynomial and rational functions are encrypted such that their transformation can again be implemented as programs consisting of cleartext instructions that a processor or interpreter understands. The processor would not understand the program's function. This field of study is gaining popularity as ''mobile cryptography''.
==Example==

Scenario:
Host ''A'', has an algorithm which computes function ''f''. ''A'' wants to send its mobile agent to ''B'' which holds input ''x'', to compute ''f''(''x''). But ''A'' doesn't want ''B'' to learn anything about ''f''.
Scheme:
Function ''f'' is encrypted in a way that results in ''E''(''f''). Host ''A'' then creates another program ''P''(''E''(''f'')), which implements ''E''(''f''), and sends it to ''B'' through its agent. ''B'' then runs the agent, which computes ''P''(''E''(''f''))(''x'') and returns the result to ''A''. ''A'' then decrypts this to get ''f''(''x'').
Drawbacks:
Finding appropriate encryption schemes that can transform arbitrary functions is a challenge. The scheme doesn't prevent denial of service, replay, experimental extraction and others.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Encrypted function」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.